home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 1.iso
/
ARGONET
/
PD
/
PROGRAMMING
/
LCLINT-D.SPK
/
lclint
/
guide
/
fig23-out
< prev
next >
Wrap
Text File
|
1996-08-26
|
637b
|
16 lines
LCLint 2.0 --- 28 Feb 96
ignore.c: (in function ignore)
<A HREF="ignore.c.html#line8" target="source">ignore.c:8,3</A>: Return value (type int) ignored: fi()
Result returned by function call is not used. If
this is intended, can cast result to (void) to
eliminate message. Use -retvalint to suppress
message.
<A HREF="ignore.c.html#line10" target="source">ignore.c:10,3</A>: Return value (type bool) ignored: fb()
Result returned by function call is not used. If
this is intended, can cast result to (void) to
eliminate message. Use -retvalbool to suppress
message.
Finished LCLint checking --- 2 code errors found